Skip to content

registry: add aube#9244

Merged
jdx merged 2 commits into
mainfrom
claude/loving-tesla-174154
Apr 18, 2026
Merged

registry: add aube#9244
jdx merged 2 commits into
mainfrom
claude/loving-tesla-174154

Conversation

@jdx

@jdx jdx commented Apr 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds aube (github:endevco/aube) to the registry

No test block since the repo isn't published yet.

Test plan

  • Verify registry builds once the upstream repo publishes releases

🤖 Generated with Claude Code


Note

Low Risk
Low risk: adds a new registry metadata file only, with no changes to existing tooling logic.

Overview
Adds a new registry/aube.toml entry to register the aube tool, pointing to the github:endevco/aube backend and providing a short description.

Reviewed by Cursor Bugbot for commit 91b3820. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jdx jdx enabled auto-merge (squash) April 18, 2026 16:17
@greptile-apps

greptile-apps Bot commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds registry/aube.toml registering aube as a GitHub-backed tool (github:endevco/aube) with a description. The previously flagged missing description field has been addressed. No test block is included, which the PR description explains is intentional since the upstream repo hasn't published releases yet.

Confidence Score: 5/5

Safe to merge — minimal single-file registry addition with no impact on existing logic.

Single new registry TOML with correct format, description included, and no changes to existing entries. The only risk (upstream not yet published) is acknowledged in the PR description.

No files require special attention.

Important Files Changed

Filename Overview
registry/aube.toml New registry entry for aube with backends and description fields; follows standard registry TOML format.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[mise install aube] --> B[Lookup registry/aube.toml]
    B --> C{Backend resolution}
    C --> D[github:endevco/aube]
    D --> E{Releases published?}
    E -- Yes --> F[Download & install binary]
    E -- No --> G[Resolution failure]
Loading

Reviews (2): Last reviewed commit: "registry: add description for aube" | Re-trigger Greptile

Comment thread registry/aube.toml

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new registry entry for 'aube' in 'registry/aube.toml'. The feedback suggests including a 'description' field to provide users with helpful context about the tool when using registry-related commands.

Comment thread registry/aube.toml
@@ -0,0 +1 @@
backends = ["github:endevco/aube"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It is recommended to add a description field to the registry entry. This provides users with helpful context about what the tool does when they use commands like mise registry or mise plugins ls --remote.

Suggested change
backends = ["github:endevco/aube"]
description = "A brief description of what aube does"
backends = ["github:endevco/aube"]

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jdx jdx merged commit 37fa5c3 into main Apr 18, 2026
37 checks passed
@jdx jdx deleted the claude/loving-tesla-174154 branch April 18, 2026 16:34
@github-actions

Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 x -- echo 17.0 ± 0.4 16.2 18.4 1.00
mise x -- echo 17.7 ± 0.5 16.6 21.6 1.04 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 env 16.8 ± 0.4 15.8 20.3 1.00
mise env 17.3 ± 0.6 16.1 22.9 1.03 ± 0.04

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 hook-env 17.2 ± 0.4 16.1 18.9 1.00
mise hook-env 17.8 ± 0.4 16.5 19.4 1.03 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.16 ls 15.8 ± 0.4 14.9 17.4 1.00
mise ls 16.7 ± 0.5 15.5 20.5 1.06 ± 0.04

xtasks/test/perf

Command mise-2026.4.16 mise Variance
install (cached) 111ms 114ms -2%
ls (cached) 64ms 66ms -3%
bin-paths (cached) 66ms 66ms +0%
task-ls (cached) 706ms 690ms +2%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant